- addRenderTimer
IHipTimer function(IHipTimer timer) addRenderTimer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- addTimer
IHipTimer function(IHipTimer timer) addTimer;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- getAccelerationFactor
float function() getAccelerationFactor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- isPaused
bool function() isPaused;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- setAccelerationFactor
void function(float factor) setAccelerationFactor;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- setPaused
void function(bool shouldPause) setPaused;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.